func math.modf 2 uses math (current package) modf.go#L18: return modf(f) modf.go#L21: func modf(f float64) (int float64, frac float64) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)